'宣言 Public Overloads Shared Function CanSort(Of T As Class)( _ ByVal collectionView As ICollectionView(Of T), _ ByVal ParamArray sortDescriptions() As SortDescription _ ) As System.Boolean
public static System.bool CanSort<T>( ICollectionView<T> collectionView, params SortDescription[] sortDescriptions ) where T: class
パラメータ
- collectionView
- The collection view.
- sortDescriptions
- The sort descriptions that determine how the data would be sort.
型パラメータ
- T